Show(String,String,Action<MessageBoxResult>) Method
In This Topic
Displays a message box that has a message and title bar caption; and calls back with the result.
Syntax
Parameters
- message
- The text to display as a message.
- caption
- The title bar caption.
- callback
- An Action which is called with the result of the message box.
See Also